home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / GNUSUTIL.ZIP / config.h.os2 < prev    next >
Encoding:
Text File  |  1996-04-20  |  5.5 KB  |  200 lines

  1. /* config.h:  Generated manually for OS/2 and emx.  */
  2.  
  3. #define OS2
  4.  
  5. /* Define if using alloca.c.  */
  6. #undef C_ALLOCA
  7.  
  8. /* Define to empty if the keyword does not work.  */
  9. #undef const
  10.  
  11. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  12.    This function is required for alloca.c support on those systems.  */
  13. #undef CRAY_STACKSEG_END
  14.  
  15. /* Define to the type of elements in the array set by `getgroups'.
  16.    Usually this is either `int' or `gid_t'.  */
  17. #define GETGROUPS_T gid_t
  18.  
  19. /* Define to `int' if <sys/types.h> doesn't define.  */
  20. #undef gid_t
  21.  
  22. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  23. #define HAVE_ALLOCA_H 1
  24.  
  25. /* Define if you don't have vprintf but do have _doprnt.  */
  26. #undef HAVE_DOPRNT
  27.  
  28. /* Define if your struct tm has tm_zone.  */
  29. #undef HAVE_TM_ZONE
  30.  
  31. /* Define if you don't have tm_zone but do have the external array
  32.    tzname.  */
  33. #define HAVE_TZNAME 1
  34.  
  35. /* Define if you have the vprintf function.  */
  36. #define HAVE_VPRINTF 1
  37.  
  38. /* Define if on MINIX.  */
  39. #undef _MINIX
  40.  
  41. /* Define if the system does not provide POSIX.1 features except
  42.    with this defined.  */
  43. #undef _POSIX_1_SOURCE
  44.  
  45. /* Define if you need to in order for stat and other things to work.  */
  46. #undef _POSIX_SOURCE
  47.  
  48. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  49. #undef size_t
  50.  
  51. /* If using the C implementation of alloca, define if you know the
  52.    direction of stack growth for your system; otherwise it will be
  53.    automatically deduced at run-time.
  54.     STACK_DIRECTION > 0 => grows toward higher addresses
  55.     STACK_DIRECTION < 0 => grows toward lower addresses
  56.     STACK_DIRECTION = 0 => direction of growth unknown
  57.  */
  58. #undef STACK_DIRECTION
  59.  
  60. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  61. #undef STAT_MACROS_BROKEN
  62.  
  63. /* Define if you have the ANSI C header files.  */
  64. #define STDC_HEADERS 1
  65.  
  66. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  67. #define TIME_WITH_SYS_TIME 1
  68.  
  69. /* Define if your <sys/time.h> declares struct tm.  */
  70. #undef TM_IN_SYS_TIME
  71.  
  72. /* Define to `int' if <sys/types.h> doesn't define.  */
  73. #undef uid_t
  74.  
  75. /* Define if your processor stores words with the most significant
  76.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  77. #undef WORDS_BIGENDIAN
  78.  
  79. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  80. #undef GWINSZ_IN_SYS_IOCTL
  81.  
  82. /* Define if your system's definition of `struct termios' has a member
  83.    named c_line.  */
  84. #define HAVE_C_LINE 1
  85.  
  86. /* Define if your system has SysV shadow passwords and the shadow.h header.  */
  87. #undef HAVE_SHADOW_H
  88.  
  89. /* Define if you have the syslog function.  */
  90. #undef HAVE_SYSLOG
  91.  
  92. /* Define if your system's struct utmp has a member named ut_host.  */
  93. #undef HAVE_UT_HOST
  94.  
  95. /* Define if you have the <utmpx.h> header file.  */
  96. #undef HAVE_UTMPX_H
  97.  
  98. /* Define if your system lacks the getpriority and setpriority system calls,
  99.    but has `nice' instead.  */
  100. #undef NICE_PRIORITY
  101.  
  102. /* Define if your system defines `struct winsize' in sys/ptem.h.  */
  103. #undef WINSIZE_IN_PTEM
  104.  
  105. /* Define if you have the bcopy function.  */
  106. #define HAVE_BCOPY 1
  107.  
  108. /* Define if you have the crypt function.  */
  109. #define HAVE_CRYPT 1
  110.  
  111. /* Define if you have the endgrent function.  */
  112. #undef HAVE_ENDGRENT
  113.  
  114. /* Define if you have the endpwent function.  */
  115. #undef HAVE_ENDPWENT
  116.  
  117. /* Define if you have the ftime function.  */
  118. #define HAVE_FTIME 1
  119.  
  120. /* Define if you have the getcwd function.  */
  121. #define HAVE_GETCWD 1
  122.  
  123. /* Define if you have the getgroups function.  */
  124. #undef HAVE_GETGROUPS
  125.  
  126. /* Define if you have the gettimeofday function.  */
  127. #define HAVE_GETTIMEOFDAY 1
  128.  
  129. /* Define if you have the initgroups function.  */
  130. #undef HAVE_INITGROUPS
  131.  
  132. /* Define if you have the isascii function.  */
  133. #define HAVE_ISASCII 1
  134.  
  135. /* Define if you have the memcpy function.  */
  136. #define HAVE_MEMCPY 1
  137.  
  138. /* Define if you have the sethostname function.  */
  139. #undef HAVE_SETHOSTNAME
  140.  
  141. /* Define if you have the strerror function.  */
  142. #define HAVE_STRERROR 1
  143.  
  144. /* Define if you have the sysinfo function.  */
  145. #undef HAVE_SYSINFO
  146.  
  147. /* Define if you have the syslog function.  */
  148. #undef HAVE_SYSLOG
  149.  
  150. /* Define if you have the uname function.  */
  151. #define HAVE_UNAME 1
  152.  
  153. /* Define if you have the <fcntl.h> header file.  */
  154. #define HAVE_FCNTL_H 1
  155.  
  156. /* Define if you have the <float.h> header file.  */
  157. #define HAVE_FLOAT_H 1
  158.  
  159. /* Define if you have the <limits.h> header file.  */
  160. #define HAVE_LIMITS_H 1
  161.  
  162. /* Define if you have the <string.h> header file.  */
  163. #define HAVE_STRING_H 1
  164.  
  165. /* Define if you have the <sys/param.h> header file.  */
  166. #define HAVE_SYS_PARAM_H 1
  167.  
  168. /* Define if you have the <sys/systeminfo.h> header file.  */
  169. #undef HAVE_SYS_SYSTEMINFO_H
  170.  
  171. /* Define if you have the <sys/time.h> header file.  */
  172. #define HAVE_SYS_TIME_H 1
  173.  
  174. /* Define if you have the <sys/timeb.h> header file.  */
  175. #define HAVE_SYS_TIMEB_H 1
  176.  
  177. /* Define if you have the <syslog.h> header file.  */
  178. #undef HAVE_SYSLOG_H
  179.  
  180. /* Define if you have the <unistd.h> header file.  */
  181. #define HAVE_UNISTD_H 1
  182.  
  183. /* Define if you have the crypt library (-lcrypt).  */
  184. #define HAVE_LIBCRYPT 1
  185.  
  186. /* Define if you have the os library (-los).  */
  187. #undef HAVE_LIBOS
  188.  
  189. /* Define if you have the sec library (-lsec).  */
  190. #undef HAVE_LIBSEC
  191.  
  192. /* Define if you have the shadow library (-lshadow).  */
  193. #undef HAVE_LIBSHADOW
  194.  
  195. /* Define if you have the sun library (-lsun).  */
  196. #undef HAVE_LIBSUN
  197.  
  198. #define _REGEX_RE_COMP
  199.  
  200.